Click or drag to resize

ServiceAddNewImContactToGroup Method (ItemId, String)

Adds the new im contact to group.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PersonaInfoResponse AddNewImContactToGroup(
	ItemId groupId,
	string imAddress
)

Parameters

groupId
Type: Independentsoft.ExchangeItemId
The group identifier.
imAddress
Type: SystemString
The im address.

Return Value

Type: PersonaInfoResponse
PersonaInfoResponse.
See Also